Temporary fix for imagemagick and xpdf: harfbuzz dynamic loading#13325
Merged
jonathanmetzman merged 2 commits intomasterfrom May 16, 2025
Merged
Temporary fix for imagemagick and xpdf: harfbuzz dynamic loading#13325jonathanmetzman merged 2 commits intomasterfrom
jonathanmetzman merged 2 commits intomasterfrom
Conversation
freetype recently added support for dynamic loading of harfbuzz freetype/freetype@7651fe0 This has broken a few projects. Rather than disable as ffmpeg did, fix compilation of this feature. 41910ee
Contributor
Author
|
I'm not sure if I missed any |
Contributor
Author
oliverchang
approved these changes
May 15, 2025
oliverchang
reviewed
May 15, 2025
Collaborator
|
/gcbrun trial_build.py xpdf imagemagick --fuzzing-engines libfuzzer --sanitizers indexer |
Contributor
Author
I think this needs a dummy change to infra to work |
Contributor
Author
The build has succeeded for non-asan builds already |
Contributor
Author
|
Centipede failure is a space issue. |
oliverchang
added a commit
that referenced
this pull request
May 19, 2025
- Fix same issue as #13325. - Pin libpng to avoid a build failure.
Merged
oliverchang
added a commit
that referenced
this pull request
May 19, 2025
- Fix same issue as #13325. - Pin libpng to avoid a build failure.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
freetype recently added support for dynamic loading of harfbuzz freetype/freetype@7651fe0 This has broken a few projects.
Rather than disable as ffmpeg did, fix compilation of this feature. 41910ee